home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / visual / perl.exe / {app} / Default Modes.txt < prev    next >
Encoding:
INI File  |  2003-04-09  |  562 b   |  29 lines

  1. [DefaultModes]
  2.  
  3. ;This file describes the transfer modes and 
  4. ;permissions when importing into project manager
  5. ;and uploading via "save to remote location".
  6. ;
  7. ;The configuration is read from top to bottom.
  8. ;This file is read on startup and whenever you
  9. ;close the Tools/ Options dialog.
  10.  
  11. *.*     = 644,Binary
  12.  
  13. *.pl    = 755,Text
  14. *.pm    = 600,Text
  15. *.cgi   = 755,Text
  16. *.      = 755,Text
  17.  
  18. *.htm*  = ,Text
  19. *.shtml = ,Text
  20. *.xml   = ,Text
  21. *.php   = ,Text
  22. *.asp   = ,Text
  23. *.txt   = ,Text
  24. *.log   = ,Text
  25. *.cfg   = ,Text
  26.  
  27. .htaccess = ,Text
  28.  
  29.